Skip to main content

Work Requirement Filters

At the time of writing there are 4466 work requirements in the Data Hub. As this number is too large to display in a webpage, the following endpoint will return an updated list of work requirements in both English and French:

https://lmic-datahub-prod-gw-d6ow9n6v.uc.gateway.dev/skills

Your API request must be a GET request (unlike all other requests which must be POST):

curl --location --request GET 'https://lmic-datahub-prod-gw-d6ow9n6v.uc.gateway.dev/skills' \
--header 'x-api-key: API_KEY'

Remember to insert your own API key.

The first lines of the API response:

[
{
"column_name": "skills.items",
"values": [
{
"value_en": "2D computer aided design CAD software",
"value_fr": "Logiciel de conception assistée par ordinateur (CAO) en 2 dimensions"
},
{
"value_en": "3D computer aided design CAD software",
"value_fr": "Logiciel de conception assistée par ordinateur (CAO) en 3 dimensions"
},
{
"value_en": "3D design",
"value_fr": "Conception 3D"
},
{
"value_en": "3D graphics software",
"value_fr": "Logiciel de la synthèse d'images tridimensionnels 3D"
},
{
"value_en": "3D modelling",
"value_fr": "Modélisation 3D"
},
{
"value_en": "3D printing",
"value_fr": "L'impression 3D"
},
{
"value_en": "3D solid modeling software",
"value_fr": "Logiciel de modélisation tridimensionnelle de solides"
},